func runtime.cgoCheckBits
5 uses
runtime (current package)
cgocheck.go#L145: cgoCheckBits(src, typ.GCData, off, size)
cgocheck.go#L153: cgoCheckBits(add(src, -doff), datap.gcdatamask.bytedata, off+doff, size)
cgocheck.go#L158: cgoCheckBits(add(src, -boff), datap.gcbssmask.bytedata, off+boff, size)
cgocheck.go#L199: func cgoCheckBits(src unsafe.Pointer, gcbits *byte, off, size uintptr) {
cgocheck.go#L249: cgoCheckBits(src, typ.GCData, off, size)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |